home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / AMOS / AMOSList0597 / AMOSLIST / text0260.txt < prev    next >
Encoding:
Text File  |  1997-06-01  |  1.9 KB  |  37 lines

  1. On 23-May-97, Rob Sibley wrote:
  2. >> To save time, how about someone writing a nice high score routine, with
  3. >> space for plug in graphics, custom fonts, that sort of thing.  I feed it a
  4. >> score, it does the rest..
  5. >I'll volunteer for this, but surely it will have to be for the whole
  6. >list-game, not just for the Space Harrier section?  It also means that every
  7. >section of code (sub-game) will have to return a score either on completion
  8. or
  9. >when the player dies and someone's going to have to keep a running total of
  10. >the score through each level.  Who'd have thought the score could through up
  11. >so many examples of the need for good structuring.
  12. >If our glorious leader Giark wants to give me the nod for this section I'll
  13. >make sure it's ready for the June 30th deadline.  I can handle all graphics
  14. >and code, but I'll need a small tune, unless it's going to use the same tune
  15. >as the intro/menu screens.
  16.  
  17. Go for it.
  18.  
  19. All: The variable SCORE will be global and can be handled by Rob's procedure.
  20. Also, the four variables XPOS, YPOS, XSIZ, YSIZ will define the position of
  21. the screen (XPOS,YPOS) and the size (XSIZ,YSIZ). They will also be global.
  22.  
  23. Well met and godspeed,
  24.                       Giark
  25.                                            joehick@golden.net
  26.                              http://www.golden.net/~joehick/fbn/index.html
  27.      ______  ______    _____  .------------------------------------------.
  28.     / ____/ / __  /   / ___ \ !     AMOS games, utilities, demos, etc.   !
  29.    / /__   / /_/ /   / /  / / !                                          !
  30.   / ___/  / ___  |  / /  / /  !       CyberSpace BBS (519)579-0072       !
  31.  / /     / /__/ /  / /  / /   !     on A2000 060/50MHz (519)579-0173     !
  32. /_/     /______/  /_/  /_/    !                                          !
  33.    Fly By Nite Videe-Oh!      !  FBN Amiga 500 020 14MHz 1C/5F RAM 3.1OS !
  34.                               `------------------------------------------'
  35.  
  36.  
  37.